﻿body {
    background: #F7F7F7;
}
/*layout*/
.container {
    width: 960px;
    margin: 0 auto;
    background: #fff;
    overflow: auto;
}
/*layout end */

/*head-panel*/
.head-panel {
    background: url(../images/top-line.jpg) no-repeat center top;
    padding-top: 10px;
}

.head-banner {
    height: 290px;
    background: url(../images/main-logo-1.jpg) no-repeat center top;
    position: relative;
}
/*head-panel end */

/*nav*/
.main-nav {
    height: 44px;
    border: 1px solid #ccc;
    border-top: none;
    background: url(../images/nav-bg.jpg) repeat-x left top;
    position: relative;
    line-height: 44px;
    color: #808080;
}

    .main-nav a {
        color: #808080;
    }

        .main-nav a:hover {
            color: #900;
        }

    .main-nav .nav-left {
        padding-left: 10px;
    }

    .main-nav .nav-right {
        position: absolute;
        right: 10px;
        top: 0;
    }

        .main-nav .nav-right a {
            padding-left: 16px;
            margin-left: 10px;
        }

            .main-nav .nav-right a.home {
                background: url(../images/icon-local.png) no-repeat -32px center;
            }

            .main-nav .nav-right a.login-link {
                background: url(../images/icon-user.png) no-repeat -32px center;
            }
/*nav end*/


/* side-link */
.side-link.side-link-sm {
    height: 194px;
    overflow: hidden;
}

    .side-link a {
        display: block;
        height: 41px;
        line-height: 41px;
        font-size: 16px;
        color: #fff;
        text-indent: 3em;
        background: url(../images/site-link-bg.jpg) no-repeat 5px center;
        margin-bottom: 10px;
    }

        .side-link a:hover {
            color: #f9ee11;
        }

    .side-link.side-link-sm a {
        background: url(../images/side-link-bg-sm.jpg) no-repeat 5px center;
        display:inline-block;
        width:155px;
        margin-right:3px;
    }
/* side-link end */


/* site-intro */
.site-intro {
    border: 1px solid #ccc;
    background: #F7F7F7;
    border-top: 5px solid #1C6EBD;
    height: 188px;
}

    .site-intro h4.intro-title {
        text-align: center;
        font-size: 16px;
        color: #c00;
        padding: 0;
        margin: 0;
        line-height: 2em;
    }

    .site-intro .intro-text {
        font-size: 12px;
        line-height: 1.8em;
        color: #808080;
        padding: 0 10px;
        margin: 0;
        text-indent: 2em;
    }

    .site-intro .intro-link {
        text-align: right;
        padding-right: 10px;
    }
/*site-intro end*/


/* m-btn*/
.m-btn-a {
    background: url(../images/btn-bg-1.jpg) no-repeat left top;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    height: 24px;
    padding: 0 28px 0 10px;
}

    .m-btn-a:hover {
        color: #efefef;
    }

.m-btn-b {
    border: none;
    background: none;
    background: url(../images/btn-bg-2.png) no-repeat left top;
    color: #fff;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    height: 24px;
    width: 80px;
}

    .m-btn-b:hover {
        color: #efefef;
    }
/*m-btn end*/


/* search-panel */
.search-panel {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 192px;
    background: #F7F7F7 url(../images/search-logo.jpg) no-repeat 10px 10px;
}

.s-form {
    margin-top: 70px;
}

    .s-form.m-form .control-label {
        width: 80px;
        margin-right: -70px;
        font-size: 18px;
        font-weight: 200;
        color: #808080;
    }

    .s-form.m-form .controls {
        margin-left: 90px;
        margin-bottom: 5px;
    }

        .s-form.m-form .controls .u-input {
            height: 20px;
            line-height: 20px;
            border: 1px solid #1C6EBD;
        }

            .s-form.m-form .controls .u-input:focus {
                border: 1px solid #64aff8;
            }

.u-input.vcode-input {
    width: 60px;
}

.search-panel-btn {
    text-align: right;
    padding-right: 35px;
}
/* search-panel end */


/* col-panel */
.col-panel {
}

    .col-panel .col-header {
        height: 36px;
        background: url(../images/panel-line-1.gif) repeat-x left bottom;
        line-height: 36px;
        font-size: 14px;
    }

        .col-panel .col-header .col-more {
            position: absolute;
            right: 10px;
            top: 0;
        }

            .col-panel .col-header .col-more a {
                color: #1C6EBD;
            }

                .col-panel .col-header .col-more a:hover {
                    color: #900;
                }

        .col-panel .col-header .col-text {
            font-weight: bold;
            color: #fff;
            background: url(../images/panel-bg.png) no-repeat left top;
            text-indent: 1em;
        }

    .col-panel .col-body.col-body-bor {
        background: url(../images/panel-right-bg.gif) no-repeat right center;
    }
/*col-panel end*/


/* list */
.list-a {
    padding: 5px 0 0 0;
    margin: 0;
}

    .list-a li {
        position: relative;
        line-height: 30px;
        height: 30px;
        padding-left: 15px;
        background: url(../images/dot-1.gif) no-repeat 5px center;
        font-size: 14px;
        border-bottom: 1px dashed #ccc;
    }

        .list-a li span.date {
            position: absolute;
            right: 10px;
            top: 0;
            color: #bbb;
        }

        .list-a li a.l-title {
            color: #333;
        }

            .list-a li a.l-title:hover {
                color: #1C6EBD;
            }

    .list-a.hvr li:hover {
        background-color: #efefef;
    }
/* list end */


/* footer */
.footer {
    background: #1C6EBD;
    height: 140px;
    position: relative;
    padding-top: 10px;
}

    .footer .wj-logo {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 100px;
    }

        .footer .wj-logo a {
            display: block;
            margin-bottom: 5px;
        }

    .footer p {
        text-align: center;
        color: #efefef;
    }

    .footer .copy-logo {
        position: absolute;
        top: 10px;
        left: 330px;
        width: 36px;
        height: 36px;
        background: url(../images/copy-logo.png) no-repeat center center;
    }

    .footer .up-link {
        position: absolute;
        right: 20px;
        top: 20px;
    }
/*footer end */


/*.banners{width:100%; height:325px;overflow:hidden;position:absolute;left:50%;margin-left:-50%;}
 .banner{width:100%; height:325px;overflow:hidden;position:absolute;left:50%;margin-left:-50%;}*/
.banners {
    width: 960px;
    height: 290px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -480px;
}

.banner {
    width: 960px;
    height: 290px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -480px;
}

.focus {
    width: 960px;
    margin: 0 auto;
    padding-top: 260px;
    text-align: center;
}

    .focus a {
        text-decoration: none;
        z-index: 3;
        width: 24px;
        height: 24px;
        position: relative;
        display: inline-block;
        *display: inline;
        overflow: hidden;
        margin: 0 3px;
        zoom: 1;
    }

        .focus a .bg-m {
            z-index: 4;
            color: white;
            line-height: 40px;
            font-size: 40px;
            position: absolute;
            display: block;
            left: 2px;
            top: 6px;
            cursor: pointer;
            display: none;
        }

        .focus a .bg-b {
            background: url(../images/f-btn.png) no-repeat left bottom;
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            cursor: pointer;
            width: 16px;
            height: 16px;
        }

        .focus a .inner {
            background: url(../images/f-btn.png) no-repeat left top;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 9;
            opacity: 0;
            display: none\0;
            +display:none;
            *display: none;
            width: 16px;
            height: 16px;
        }

        .focus a.on .inner, .focus a:hover .inner {
            cursor: pointer;
            display: block;
            border: 0;
            -webkit-transition: opacity .3s ease-in-out;
            -ms-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
            opacity: 1;
        }

    .focus .hover .inner {
        display: block;
    }


/* page-nav */
.page-nav {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

    .page-nav a {
        color: #333;
    }

        .page-nav a:hover {
            color: #900;
        }

    .page-nav .nav-home {
        padding-left: 20px;
        background: url(../images/icon-home.png) no-repeat -32px center;
    }
/*page-nav end*/


/* article*/
.article-page {
    margin: 10px 10px 0;
}
/* details */
.artpage {
    margin: 0 auto;
    border: 1px solid #ccc;
}

    .artpage * {
        font-size: initial;
    }

h1.artpage-subject {
    text-align: center;
    margin: 0 20px;
    padding: 0;
    line-height: 2em;
    font-size: 24px;
    margin-top: 20px;
}

h2.artpage-subject {
    text-align: center;
    margin: 0 20px;
    font-size: 20px;
    padding: 0;
    line-height: 2em;
}

.artpage-content {
    padding: 20px;
}

.../images-body {
    height: 600px;
}

.artpage-intro {
    margin: 20px;
    padding: 10px;
    line-height: 1.5em;
    font-size: 12px;
    border: 1px solid #ccc;
}

.artpage-info {
    font-size: 12px;
    line-height: 2em;
    border-bottom: 1px dashed #ccc;
    text-align: center;
}
/* details end*/

/*article end*/
